Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.core.runtime.jobs.IJobChangeEvent

Packages that use IJobChangeEvent
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity. 
org.eclipse.team.core.subscribers   
org.eclipse.ui.progress   
 

Uses of IJobChangeEvent in org.eclipse.core.runtime.jobs
 

Methods in org.eclipse.core.runtime.jobs with parameters of type IJobChangeEvent
 void JobChangeAdapter.aboutToRun(IJobChangeEvent event)
           
 void JobChangeAdapter.awake(IJobChangeEvent event)
           
 void JobChangeAdapter.done(IJobChangeEvent event)
           
 void JobChangeAdapter.running(IJobChangeEvent event)
           
 void JobChangeAdapter.scheduled(IJobChangeEvent event)
           
 void JobChangeAdapter.sleeping(IJobChangeEvent event)
           
 void IJobChangeListener.aboutToRun(IJobChangeEvent event)
          Notification that a job is about to be run.
 void IJobChangeListener.awake(IJobChangeEvent event)
          Notification that a job was previously sleeping and has now been rescheduled to run.
 void IJobChangeListener.done(IJobChangeEvent event)
          Notification that a job has completed execution, either due to cancelation, successful completion, or failure.
 void IJobChangeListener.running(IJobChangeEvent event)
          Notification that a job has started running.
 void IJobChangeListener.scheduled(IJobChangeEvent event)
          Notification that a job has been added to the queue of scheduled jobs.
 void IJobChangeListener.sleeping(IJobChangeEvent event)
          Notification that a job was waiting to run and has now been put in the sleeping state.
 

Uses of IJobChangeEvent in org.eclipse.team.core.subscribers
 

Methods in org.eclipse.team.core.subscribers with parameters of type IJobChangeEvent
protected  void BackgroundEventHandler.jobDone(IJobChangeEvent event)
          This method is invoked when the processing job completes.
 

Uses of IJobChangeEvent in org.eclipse.ui.progress
 

Methods in org.eclipse.ui.progress with parameters of type IJobChangeEvent
 void WorkbenchJob.performDone(IJobChangeEvent event)
          Perform done with the supplied event.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.